x11: Only do cursor name fallback for standard names
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 Jan 2016 19:54:33 +0000 (14:54 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 Jan 2016 19:57:42 +0000 (14:57 -0500)
commitd9befb9086ba7882b5c2813518ab3c3e02c0ed7f
treec78befc44c2c538aeca53c08f19c11c8f6b54515
parentb6e11d087c951b01e70d7bae926e3f6323374fd6
x11: Only do cursor name fallback for standard names

Always returning a left_ptr if we can't find anything better
broke firefox application-specific fallback for missing cursors.
Keep that working by only doing the fallback for the CSS cursor
names, not for things like hashes.

https://bugzilla.gnome.org/show_bug.cgi?id=760141
gdk/x11/gdkcursor-x11.c